home *** CD-ROM | disk | FTP | other *** search
/ SPACE 2 / SPACE - Library 2 - Volume 1.iso / program / 331 / gemfsc14 / aessrc14 / aesevnx1.s < prev    next >
Text File  |  1989-07-22  |  1KB  |  38 lines

  1.  
  2. ;*========================================================================
  3. ;*
  4. ;* AESFAST Public Domain GEM bindings.
  5. ;*
  6. ;*========================================================================
  7.  
  8.           .include  "aesfast.sh"
  9.  
  10. ;*************************************************************************
  11. ;*
  12. ;* Extented Event manager routines 1 of n.
  13. ;*
  14. ;*************************************************************************
  15.  
  16. ;-------------------------------------------------------------------------
  17. ; evnx_button
  18. ;-------------------------------------------------------------------------
  19.  
  20. _evnt_button::
  21.           .cargs    #8,.pstruc.l
  22.           
  23.           link      a6,#0
  24.           
  25.           AControl  21,3,5,0
  26.  
  27.           moveq.l   #-10,d2             ; =  intout
  28.           lea       .bclicks(a6),a1     ; -> intin
  29.           
  30.           ACall     RET2HERE
  31.  
  32.           moveq.l   #-10,d1
  33.           lea       .px(a6),a1
  34.           jmp       (a0)
  35.  
  36. ;         end of code
  37.  
  38.